﻿.SetNews {
    padding: 0px 20px;
}

.home-h2{
	font-size:26px;
	font-weight:900;
	line-height: 30px !important;
	
	color: #4B3C8C;
}

.home-news{
	font-family: Nunito Sans;
	margin-top:40px;

}
.home-news img{
	border-radius: 6px;
	height: 247px;
  object-fit: cover;
}
.home-news .card{
	border: inherit;

}
.home-news .card-body{
	margin-top:15px;
	padding:0px !important;
	border-bottom: 0.5px solid #4D4D4D96;
}

.home-news .card-body .card-title{
	display: -webkit-box;
	
	margin-top:10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: #4B3C8C;
	
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; 
  overflow: hidden;
  text-overflow: ellipsis;

}
.home-news .card-date{
	font-weight: 400;
	font-size: 14px;
	line-height:14.13px;
	color: #26262699;
}
 
.home-news .card-body .card-text{
  display: -webkit-box;
  
  Font-size:17px;
  font-weight: 400;
  line-height: 21.06px;
  color: #4D4D4D;
  
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

	margin-bottom: 15px;
}

.home-news .card-body .card-link{
	font-weight:700;
	font-size:16px;
	line-height: 24px;
	text-transform:none;
	text-decoration:none;
	margin-bottom: 10px;
	display: flex;
	color: #7730C1;
}


.home-news .btn-vermas{
	text-align: left;
	margin-bottom: 10px;
}
.btn-primario{
	width: 196px;
	height: 37px;
	border-radius: 18px;
	border: 1px solid #4B3C8C;

	padding: 5px 12px 5px 12px;
	font-weight: 800;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;	

	background-color:#4B3C8C !important;
	color: #fff !important;
 
}

.btn-primario:hover{
	text-decoration: none;
	background-color:#281E52 !important;
}

/* 1280px */
@media (min-width: 800px) {
	.home-h2 {
    text-align: center;
	}
	.SetNews {
		display: flex;
    padding: 0px 0px;
		column-gap: 20px;
	}

	.home-news img {
     width: 100%;
	}
	.SetNews .card:nth-child(-n+2) {
    display: block;
		width: 100%;
	}
 
	.SetNews .card:nth-child(n+3) {
			display: none;
	}

	.home-news .card-body .card-title{ 
		-webkit-line-clamp: 3;
		min-height: 75px;
	}
	.home-news .btn-vermas{
		text-align: center;
	}

	.btn-primario{
		font-weight: 800;
		font-size: 16px;
		line-height: 24px;
	}

}

/* 1280px */
@media (min-width: 1280px) {

	.home-h2 {
    text-align: left;
	}
	.SetNews {
		display: block;
    padding: 0px 0px;
		column-gap: 0px;
	}
	.SetNews .card:nth-child(n+3) {
			display: block;
	}
	.home-news img {
	    height:inherit;
	}
	.home-news .card{
		margin-right: 20px;
	}    
	.home-news .card-body .card-title{
		font-weight: 700;
		margin-top: 5px;
	}
	.home-news .card-body{
		margin-top:0px;
		border-bottom: 0.5px solid #828282;
	}
	.home-news .card-body .card-link{
		display: flex;
   		justify-content: flex-end;	
	}
	.home-news .btn-vermas{
		text-align: left;
	}
	.btn-primario{
		font-weight: 800;
		font-size: 18px;
		line-height: 27px;
	}
	
}